            table { 
                width: 100%; 
                border-collapse: collapse; 
                table-layout: fixed;
            }
            /* Zebra striping */
                tr:nth-of-type(odd) { 
                background: #eee; 
            }
            
            th { 
                background:#AE211D; 
                color: white; 
                font-weight: bold;
                font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
            }
            td, th { 
              padding: 3px; 
              border: 1px solid #ccc; 
              text-align: left;     
            }

            td {font-family:"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif
        }

            th:nth-child(1) {
                width: 15%;
                text-align: center;
                }
            td:nth-child(1) {
                text-align: center;
            }

            th:nth-child(2) {
                width: 55%;
                }
            th:nth-child(3) {
                width: 35%
            }

            ul { padding: 0px; text-align: center;}

            .menu li { 
                padding: 1%;
                margin: 0.5%;
                font-size: 90%;
                border: 1px solid #ccc;
                list-style-type: none;
                display: inline-block;
                background-color:#f1f1f1;
                cursor: pointer; 
                cursor: hand;
                font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

            }

            .title {
                text-align: center;
                font-size: 200%;
                font-weight: 700;
                font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
            }
